Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(runtime): use compileFunction over new Script #15461

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Jan 16, 2025

Summary

Reapplies and closes #12205.

Node 16 still has issues (and I don't intend to drop it for Jest 30), but most people are deffo on newer versions than that

Test plan

CI?

Copy link

netlify bot commented Jan 16, 2025

Deploy Preview for jestjs ready!

Name Link
🔨 Latest commit d72158a
🔍 Latest deploy log https://app.netlify.com/sites/jestjs/deploys/6789f7a570608e0008626770
😎 Deploy Preview https://deploy-preview-15461--jestjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

'__tests__/b.test.js': "test('b', () => console.log('b'));",
'package.json': JSON.stringify({jest: {testEnvironment: 'jsdom'}}),
});
onNodeVersions('> 16', () => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is unfortunate, but hopefully most people have moved on from node 16 😀

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Gareth Jones <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants